home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TCHARTPREVIEW / TCHARTPREVIEW.txt
Encoding:
Text File  |  2002-03-14  |  4.8 KB  |  244 lines

  1. object ChartPreview: TChartPreview
  2.   Left = 121
  3.   Top = 130
  4.   Width = 608
  5.   Height = 427
  6.   Caption = 'TeeChart Print Preview'
  7.   Font.Color = clBlack
  8.   Font.Height = -8
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   KeyPreview = True
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 600
  22.     Height = 38
  23.     Align = alTop
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 3
  27.       Top = 13
  28.       Width = 52
  29.       Height = 17
  30.       Alignment = taRightJustify
  31.       AutoSize = False
  32.       Caption = 'P&rinter:'
  33.       FocusControl = Printers
  34.     end
  35.     object Printers: TComboBox
  36.       Left = 57
  37.       Top = 9
  38.       Width = 195
  39.       Height = 21
  40.       Style = csDropDownList
  41.       ItemHeight = 13
  42.       TabOrder = 0
  43.       OnChange = PrintersChange
  44.     end
  45.     object BSetupPrinter: TBitBtn
  46.       Left = 262
  47.       Top = 7
  48.       Width = 100
  49.       Height = 23
  50.       Caption = 'Printer &Setup...'
  51.       TabOrder = 1
  52.       OnClick = BSetupPrinterClick
  53.       NumGlyphs = 2
  54.     end
  55.     object BClose: TButton
  56.       Left = 451
  57.       Top = 7
  58.       Width = 69
  59.       Height = 23
  60.       Cancel = True
  61.       Caption = 'Close'
  62.       Default = True
  63.       ModalResult = 1
  64.       TabOrder = 2
  65.       OnClick = BCloseClick
  66.     end
  67.     object BPrint: TButton
  68.       Left = 371
  69.       Top = 7
  70.       Width = 69
  71.       Height = 23
  72.       Caption = '&Print'
  73.       TabOrder = 3
  74.       OnClick = BPrintClick
  75.     end
  76.   end
  77.   object Panel2: TPanel
  78.     Left = 0
  79.     Top = 38
  80.     Width = 112
  81.     Height = 362
  82.     Align = alLeft
  83.     TabOrder = 1
  84.     object Orientation: TRadioGroup
  85.       Left = 3
  86.       Top = 3
  87.       Width = 105
  88.       Height = 57
  89.       Caption = 'Paper Orientation:'
  90.       ItemIndex = 1
  91.       Items.Strings = (
  92.         'P&ortrait'
  93.         '&Landscape')
  94.       TabOrder = 0
  95.       OnClick = OrientationClick
  96.     end
  97.     object GBMargins: TGroupBox
  98.       Left = 3
  99.       Top = 67
  100.       Width = 105
  101.       Height = 95
  102.       Caption = 'Margins (%)'
  103.       TabOrder = 1
  104.       object SETopMa: TEdit
  105.         Left = 34
  106.         Top = 17
  107.         Width = 27
  108.         Height = 21
  109.         TabOrder = 0
  110.         Text = '0'
  111.         OnChange = SETopMaChange
  112.       end
  113.       object SELeftMa: TEdit
  114.         Left = 6
  115.         Top = 43
  116.         Width = 26
  117.         Height = 21
  118.         TabOrder = 1
  119.         Text = '0'
  120.         OnChange = SELeftMaChange
  121.       end
  122.       object SEBotMa: TEdit
  123.         Left = 34
  124.         Top = 68
  125.         Width = 27
  126.         Height = 21
  127.         TabOrder = 2
  128.         Text = '0'
  129.         OnChange = SEBotMaChange
  130.       end
  131.       object SERightMa: TEdit
  132.         Left = 58
  133.         Top = 43
  134.         Width = 27
  135.         Height = 21
  136.         TabOrder = 3
  137.         Text = '0'
  138.         OnChange = SERightMaChange
  139.       end
  140.       object UDLeftMa: TUpDown
  141.         Left = 32
  142.         Top = 43
  143.         Width = 15
  144.         Height = 21
  145.         TabOrder = 4
  146.         Associate = SELeftMa
  147.       end
  148.       object UDTopMa: TUpDown
  149.         Left = 61
  150.         Top = 17
  151.         Width = 15
  152.         Height = 21
  153.         TabOrder = 5
  154.         Associate = SETopMa
  155.       end
  156.       object UDRightMa: TUpDown
  157.         Left = 85
  158.         Top = 43
  159.         Width = 15
  160.         Height = 21
  161.         TabOrder = 6
  162.         Associate = SERightMa
  163.       end
  164.       object UDBotMa: TUpDown
  165.         Left = 61
  166.         Top = 68
  167.         Width = 15
  168.         Height = 21
  169.         TabOrder = 7
  170.         Associate = SEBotMa
  171.       end
  172.     end
  173.     object ShowMargins: TCheckBox
  174.       Left = 13
  175.       Top = 204
  176.       Width = 95
  177.       Height = 14
  178.       Caption = '&View Margins'
  179.       State = cbChecked
  180.       TabOrder = 2
  181.       OnClick = ShowMarginsClick
  182.     end
  183.     object BReset: TButton
  184.       Left = 12
  185.       Top = 171
  186.       Width = 86
  187.       Height = 25
  188.       Caption = 'Reset &Margins'
  189.       Enabled = False
  190.       TabOrder = 3
  191.       OnClick = BResetClick
  192.     end
  193.     object ChangeDetailGroup: TGroupBox
  194.       Left = 3
  195.       Top = 229
  196.       Width = 105
  197.       Height = 66
  198.       Caption = 'Detail:'
  199.       TabOrder = 4
  200.       object Label2: TLabel
  201.         Left = 8
  202.         Top = 18
  203.         Width = 36
  204.         Height = 19
  205.         AutoSize = False
  206.         Caption = 'More'
  207.       end
  208.       object Label3: TLabel
  209.         Left = 57
  210.         Top = 18
  211.         Width = 41
  212.         Height = 15
  213.         Alignment = taRightJustify
  214.         AutoSize = False
  215.         Caption = 'Normal'
  216.       end
  217.       object Resolution: TScrollBar
  218.         Left = 8
  219.         Top = 38
  220.         Width = 90
  221.         Height = 16
  222.         Max = 0
  223.         Min = -100
  224.         TabOrder = 0
  225.         OnChange = ResolutionChange
  226.       end
  227.     end
  228.     object CBProp: TCheckBox
  229.       Left = 13
  230.       Top = 304
  231.       Width = 92
  232.       Height = 17
  233.       Caption = 'Proportional'
  234.       State = cbChecked
  235.       TabOrder = 5
  236.       OnClick = CBPropClick
  237.     end
  238.   end
  239.   object PrinterSetupDialog1: TPrinterSetupDialog
  240.     Left = 149
  241.     Top = 46
  242.   end
  243. end
  244.